update app.json

Andrew Cantino %!s(int64=9) %!d(string=hace) años
padre
commit
e5ca2d3835
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      app.json

+ 2 - 1
app.json

@@ -4,7 +4,7 @@
4 4
     "website": "https://github.com/cantino/huginn",
5 5
     "repository": "https://github.com/cantino/huginn",
6 6
     "env": {
7
-        "BUILDPACK_URL": "https://github.com/ddollar/heroku-buildpack-multi.git",
7
+        "BUILDPACK_URL": "https://github.com/heroku/heroku-buildpack-multi.git",
8 8
         "APP_SECRET_TOKEN": {
9 9
             "generator": "secret"
10 10
         },
@@ -19,5 +19,6 @@
19 19
     "scripts": {
20 20
       "postdeploy": "bundle exec rake db:migrate"
21 21
     },
22
+    "addons": ["heroku-postgresql"],
22 23
     "success_url": "/users/sign_up"
23 24
 }